CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - page replacement

搜索资源列表

  1. SimulationofPageReplacementAlgorithms

    0下载:
  2. 页面置换算法模拟 Simulation of Page Replacement Algorithms-Simulation of Page Replacement Algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1604
    • 提供者:JASHcn
  1. FIFO

    0下载:
  2. 操作系统中的先进先出(FIFO)页面置换算法的C++源代码-Operating in the FIFO (FIFO) Page Replacement Algorithm for C++ source code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1051
    • 提供者:
  1. yemianzhihuan

    0下载:
  2. 页面置换算法-- 我们操作系统实验的程序很有用!-Page-Replacement Algorithms- our operating procedures for the experiment is useful!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1799046
    • 提供者:song
  1. three

    0下载:
  2. FIFO页面置换算法,用c语言写的!同时输入内存块数和页面号数-FIFO page replacement algorithm, using c language written in! At the same time enter the number of memory blocks, and page numbers
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:954
    • 提供者:刘蒙
  1. five

    0下载:
  2. FIFO和LRU页面置换算法,使用c++写的,有功能号,可以选择功能,进行相应的操作!-FIFO and LRU page replacement algorithm, using c++ written in the functional number, you can choose functions to carry out the appropriate action!
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:2034
    • 提供者:刘蒙
  1. two

    0下载:
  2. FIFO页面置换算法,用C++写的,可以缺页率,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written in C++, you can page fault rate, but also can see the memory allocation status!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1366
    • 提供者:刘蒙
  1. four

    0下载:
  2. FIFO页面置换算法,用C语言写的,产生随机序列,可以算出缺页次数,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written using C language to generate random sequence, you can calculate the number of missing pages, but also can see the memory allocation status!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:959
    • 提供者:刘蒙
  1. 10703

    0下载:
  2. 模拟实现操作系统中页面置换算法,包括最近最久未使用算法,先进先出算法和最佳实现算法-Simulation of real operating system, Page-Replacement Algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-05-02
    • 文件大小:831549
    • 提供者:李华
  1. PageExchange

    0下载:
  2. 操作系统实验、页面置换算法、java swing-Operating System Experiment, page replacement algorithms, java swing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:9932
    • 提供者:忘了
  1. Page_Replacement_Algorithm

    0下载:
  2. Page Replacement Algorithm (FIFO and LRU) Simulator and table generator
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:859607
    • 提供者:Danielpinov
  1. vmrp

    0下载:
  2. 加深对于存储管理的了解,掌握虚拟存储器的实现原理;观察和了解重要的页面 置换算法和置换过程。练习模拟算法的编程技巧,锻炼分析试验数据的能力。 -Deepen the understanding of storage management, control and implementation principle of virtual memory observe and understand the importance of the page replacement algorith
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1772
    • 提供者:jeremy
  1. FIFO

    0下载:
  2. fifo页面置换算法饿,能自动统计缺页数及缺页中断率-fifo page replacement algorithm is hungry, missing pages and automatically Statistics page fault rate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1269
    • 提供者:li
  1. zhihuanew

    0下载:
  2. 页面置换算法实验,模拟操作系统的页面置换 。-Page replacement algorithm experiment, simulation of the operating system page replacement.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:176131
    • 提供者:李真
  1. fenye

    0下载:
  2. 分页式存储管理,设计页面置换算法,基于FCFO算法和最久未使用置换算法LRU实现-Page storage management, design the page replacement algorithm, based on FCFO algorithm and the most from lack of use LRU replacement algorithm to achieve
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:4533
    • 提供者:yuedu
  1. Pagereplacement

    0下载:
  2. 页面置换--问题描述及设计思想:在进程运行过程中,若其所要访问的页面不在内存需把它们调入内存,但内存已无空闲空间时,为了保证该进程能正常运行,系统必须从内存中调出一页程序或数据,送磁盘的对换区中。但应将哪个页面调出,所以需要根据一定的算法来确定。-Page replacement- problem descr iption and design: the process is running, if they want to access the memory page is not requi
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1838
    • 提供者:张龙
  1. pagechange

    0下载:
  2. 该文件是用来描述页面置换算法的,是经过验证的正确的代码,希望有所帮助。-This file is used to describe the page replacement algorithm is proven correct code, I hope help.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4974
    • 提供者:caoying
  1. LRU

    0下载:
  2. 操作系统中的LRU页面置换算法,用堆栈的方法实现,可以运行-Operating system LRU page replacement algorithm, the method used to achieve the stack, you can run. . . . .
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1611
    • 提供者:wtg
  1. ymth

    0下载:
  2. 操作系统的页面替换算法的实现和比较 评测-Operating system page replacement algorithm implementation and comparison of evaluation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:273391
    • 提供者:lmjorz
  1. 2

    0下载:
  2. 页面置换算法,是我的操作系统课程设计的成果。-Page replacement algorithm, is my operating system, curriculum design results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1740
    • 提供者:chenbo
  1. page_lucky

    0下载:
  2. FIFO模拟页面置换算法 模拟输入,调度,替换等功能是一个很好的原码-FIFO page replacement algorithm simulated analog input, scheduling, and other functions is a good replacement of the original code
  3. 所属分类:Software Testing

    • 发布日期:2017-04-08
    • 文件大小:1589
    • 提供者:王五
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »
搜珍网 www.dssz.com